home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / con_005c.zip / CONCORD.RAR / NFC2.CFG < prev    next >
Text File  |  1997-04-25  |  3KB  |  113 lines

  1. ; ************************************************
  2. ;  Concord news file compiler NFC2.EXE setup file
  3. ;  Copyright (C) 1996 by Pasi Talliniemi
  4. ;  Original version for SuperBBS
  5. ;  Copyright (C) 1991 by Pasi Talliniemi
  6. ; ************************************************
  7.  
  8. ; %VARIABLE parameters must be uppercased (case-sensitive).
  9.  
  10. ; Input text file name
  11. ;
  12. INPUT_FNAME   C:\CONCORD\NFC\NEWS.TXT
  13.  
  14. ; Output ANSI news file name
  15. ;
  16. OUTPUT_FNAME  C:\CONCORD\DEFANSI\NEWS.ANS
  17.  
  18. ; Maximum number of news articles to be included in ANSI news file.
  19. ; Backwards counting is started from the last article in the input
  20. ; text file.
  21. ;
  22. MAX_NEWS      10
  23.  
  24. ; News articles expiration days count.
  25. ; Older news are not included in ANSI news file.
  26. ;
  27. MAX_DAYS      0
  28.  
  29. ; Number of news articles that users are forced to watch ie.
  30. ; aborting is not possible.
  31. ;
  32. FORCE_WATCH   0
  33.  
  34. ; Are all whitespaces in news articles and their headers filled with
  35. ; specific whitespace character (configured later) in ANSI news file?
  36. ;
  37. FILL_GAPS     YES
  38.  
  39. ; Are news articles processed in reverse order in input text file?
  40. ; Yes = Latest news article is the one in the end of the input file.
  41. ; No  = Latest news article is the one in the beginning of the input file.
  42. ;
  43. REVERSE_ORDER YES
  44.  
  45. ; ANSI news file header (max 10 lines)
  46. ;
  47. ; %DATE = news file compilation date
  48. ;
  49. ; The last line of the file header is written to the ANSI news file
  50. ; without a line feed.
  51. ;
  52. FILE_HEADER ""
  53.  
  54. ; ANSI news file bottom (max 10 lines)
  55. ;
  56. ; %DATE = news file compilation date
  57. ;
  58. FILE_BOTTOM ""
  59.  
  60. ; News article header (max 10 lines)
  61. ;
  62. ; %DATE  = news article date
  63. ; %SUBJ  = news article subject
  64. ; %NUM   = news article number
  65. ; %MAX   = total number of news articles
  66. ; %LINES = number of lines in current news article
  67. ;
  68. HEADER_LINE   "─%DATE.17──  ──%SUBJ.30──  ─<%NUM:02>────"
  69. HEADER_LINE   ""
  70.  
  71. ; Parameter formatting for news article header
  72. ; <id> <string_added_before> <string_added_after> <whitespace_fill_character>
  73. ;
  74. HEADER_DATE   ""  ""  "─"
  75. HEADER_SUBJ   ""  ""  "─"
  76. HEADER_NUM    ""  ""  " "
  77. HEADER_MAX    ""  ""  " "
  78. HEADER_LINES  ""  ""  " "
  79.  
  80. ; News article text line (max 10 lines)
  81. ;
  82. ; %NUM  = text line number
  83. ; %TEXT = text
  84. ;
  85. NEWS_LINE     "    ───%TEXT.68───"
  86.  
  87. ; Parameter formatting for news article text line
  88. ; <id> <string_added_before> <string_added_after> <whitespace_fill_character>
  89. ;
  90. NEWS_NUM      ""  ""  " "
  91. NEWS_TEXT     ""  ""  "─"
  92.  
  93. ; News article bottom (max 10 lines)
  94. ;
  95. ; %DATE  = news article date
  96. ; %SUBJ  = news article subject
  97. ; %NUM   = news article number
  98. ; %MAX   = total number of news articles
  99. ; %LINES = number of lines in current news article
  100. ;
  101. BOTTOM_LINE   ""
  102.  
  103. ; Parameter formatting for news article bottom
  104. ; <id> <string_added_before> <string_added_after> <whitespace_fill_character>
  105. ;
  106. BOTTOM_DATE   ""  ""  "─"
  107. BOTTOM_SUBJ   ""  ""  "─"
  108. BOTTOM_NUM    ""  ""  " "
  109. BOTTOM_MAX    ""  ""  " "
  110. BOTTOM_LINES  ""  ""  " "
  111.  
  112. ; end of configuration file
  113.